home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global g1erSprNav, exitFrame, gLocLabel, g1erSprLoc, gMaxBoutons, gEtudAct, gEtudPrec, gEtatEtud, gSujet0, gPartie, gTraduit, gScopeEnB, gScopeEnZ
- set gMaxBoutons to 33
- set gLocLabel to "SU:RN EN"
- set the visible of sprite 2 to 1
- set gEtudPrec to gEtudAct
- set gEtudAct to "EN"
- repeat with i = g1erSprLoc + 10 to gMaxBoutons
- set the visible of sprite i to 0
- end repeat
- if gEtudPrec = "FI" then
- nothing()
- else
- gScopeEnZ(Restore)
- gScopeEnB(Restore)
- end if
- end
-